home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
FNTPAK32.ZIP
/
C.EXE
/
PACKLIST.C
< prev
Wrap
Text File
|
1995-08-16
|
3KB
|
90 lines
Packing List: C
========================================================================
BEFORE YOU DO ANYTHING ELSE:
Run EVERYONE.Exe to unpack OBJ files and fonts used by demo programs
in ALL programming languages!
If you use a Quick C, be sure to read the section below on how to
create the Quick Libray you'll need to run the demos.
============================================== Creating a Quick Library
Quick C users: Create a .QLB (Quick Library) to use when running
our demos. Here's how:
link /q QUICKLIB GRAPHICS.LIB FONT_PAK.LIB ONDISK_M , font_pak;
^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^
needed for medium model medium model
some demos
========================================================== Demo Programs
We strongly urge you to run ALL demo programs (listed below).
FONT_PAK.H ' IMPORTANT "include" file declaring Font Pak routines
DEMO_MON.C ' IMPORTANT demo programs. Please run (and read)
DEMOFNT1.C ' each program to see how easy it is to change fonts
DEMOFNT2.C ' and mouse cursor shapes -- in TEXT -or- GRAPHICS
DEMOBRIT.C ' modes -- and more and more and ....
DEMOMOUS.C
DEMO_GFX.C
DEMO_GMS.C
DEMO_SYM.C
DEMO_LIN.C
========================================================== Support Files
You unpacked these when you ran Everyone.Exe.
========================= ALL Versions
ONDISK_?.OBJ OnDisk?.Obj files are compiler-specific. They
contain LoadFontFile to load fonts from disk.
OldEng_5.F16 \
Script_3.F16 ) Font Pak font files used in a demo
BigSanSR.F16 /
Hollow9.OBJ \
Script1.OBJ ) Examples of "callable fonts"
Frazzle.OBJ )
Tiny04.OBJ /
========================= REGISTERED Versions
FONT_PAK.LIB Includes all Font Pak routines listed below.
It ALSO contains examples of callable fonts.
FONTS.OBJ Individual OBJs contained in Font_Pak.Lib
VIDEO.OBJ
MOUSE.OBJ C and Microsoft BASIC users: use Mouse.Obj ONLY!
MOUSE_P.OBJ Pascal & PowerBasic users: use Mouse_P.Obj ONLY!
GFX_FONT.OBJ
LDCURSOR.OBJ
LDGFXCUR.OBJ
LDSYMBOL.OBJ
========================= SHAREWARE Versions
In registered versions separate OBJs are provided so programmers can
LINK only what their program needs (and improve granularity).
Shareware versions are designed to let you easily try out all options.
Therefore, we include just 1 LIB/OBJ you need LINK to programs:
FONT_PAK.LIB Includes trial versions of all Font Pak routines.
FONTPAKP.OBJ For Pascal and PowerBASIC -- ONLY!
========================= End Packlist.C